home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / ZIPED / MM9530B1.EXE / _SETUP.1 / midimac3.exe / 0 / RCDATA / TTXTGFXFORM / TTXTGFXFORM.txt < prev   
Text File  |  1997-02-01  |  1KB  |  58 lines

  1. object txtgfxform: Ttxtgfxform
  2.   Left = 480
  3.   Top = 256
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   BorderStyle = bsSingle
  8.   ClientHeight = 273
  9.   ClientWidth = 427
  10.   Color = clBlack
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   KeyPreview = True
  18.   OnActivate = FormActivate
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnKeyDown = FormKeyDown
  22.   PixelsPerInch = 96
  23.   TextHeight = 16
  24.   object PMultiImage1: TPMultiImage
  25.     Left = 120
  26.     Top = 88
  27.     Width = 107
  28.     Height = 41
  29.     Center = True
  30.     Color = clBlack
  31.     ImageName = 'file not found'
  32.     ImageDither = True
  33.     ImageReadRes = lAutoMatic
  34.     ImageWriteRes = sAutoMatic
  35.     TifSaveCompress = sNONE
  36.     JPegSaveQuality = 25
  37.     JPegSaveSmooth = 0
  38.     TextLeft = 0
  39.     TextTop = 0
  40.     TextRotate = 0
  41.     TabOrder = 0
  42.     TabStop = False
  43.     Visible = False
  44.   end
  45.   object memo1: TRichEdit
  46.     Left = 0
  47.     Top = 0
  48.     Width = 427
  49.     Height = 273
  50.     Align = alClient
  51.     Lines.Strings = (
  52.       'memo1')
  53.     ReadOnly = True
  54.     ScrollBars = ssVertical
  55.     TabOrder = 1
  56.   end
  57. end
  58.